본문으로 건너뛰기

Parameter (machine learning)

Parameter

The weights and biases that a model learns during training. For example, in a linear regression model, the parameters consist of the bias (b) and all the weights (w1, w2, and so on) in the following formula:

y=b+w1x1+w2x2++wnxn

In contrast, hyperparameters are the values that you (or a hyperparameter tuning service) supply to the model. For example, learning rate is a hyperparameter.1

작성
수정

2026 © ak | markdown